home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / HTMLFontString.wo / HTMLFontString.wos < prev   
Encoding:
Text File  |  1996-03-02  |  226 b   |  18 lines

  1. ////////////////////////
  2. //  FontString
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. id value;
  8. id fontColor;
  9. id fontSize;
  10.  
  11. - awake
  12. {
  13.     fontColor = @"#000000";
  14.     fontSize = 5;
  15.     value = @"Uninitialized FontString";
  16. }
  17.  
  18.